home *** CD-ROM | disk | FTP | other *** search
/ ftp.ac-grenoble.fr / 2015.02.ftp.ac-grenoble.fr.tar / ftp.ac-grenoble.fr / assistance.logicielle / TreeSizeFreeSetup.exe / {app} / TreeSizeFree.DE / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Text File  |  2010-11-15  |  3KB  |  145 lines

  1. object SplashForm: TSplashForm
  2.   Left = 596
  3.   Top = 326
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 200
  7.   ClientWidth = 300
  8.   Color = clFuchsia
  9.   TransparentColor = True
  10.   TransparentColorValue = clFuchsia
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clBlack
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClick = FormClick
  19.   DesignSize = (
  20.     300
  21.     200)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Image1: TImage
  25.     Left = 0
  26.     Top = 0
  27.     Width = 300
  28.     Height = 200
  29.     Align = alClient
  30.     Picture.Data = {<image000.TPngImage>}
  31.     Stretch = True
  32.     Transparent = True
  33.   end
  34.   object LabelTitle: TLabel
  35.     Left = 17
  36.     Top = 66
  37.     Width = 264
  38.     Height = 20
  39.     Alignment = taCenter
  40.     AutoSize = False
  41.     Caption = 'Anwendung'
  42.     Color = clFuchsia
  43.     Font.Charset = ANSI_CHARSET
  44.     Font.Color = clCream
  45.     Font.Height = -13
  46.     Font.Name = 'Tahoma'
  47.     Font.Style = [fsBold]
  48.     ParentColor = False
  49.     ParentFont = False
  50.     ParentShowHint = False
  51.     ShowHint = False
  52.     Transparent = True
  53.   end
  54.   object LabelStatus: TLabel
  55.     Left = 17
  56.     Top = 24
  57.     Width = 129
  58.     Height = 25
  59.     AutoSize = False
  60.     Caption = 'Laden...'
  61.     Color = clFuchsia
  62.     Font.Charset = ANSI_CHARSET
  63.     Font.Color = clBlack
  64.     Font.Height = -9
  65.     Font.Name = 'Tahoma'
  66.     Font.Style = []
  67.     ParentColor = False
  68.     ParentFont = False
  69.     Transparent = True
  70.     WordWrap = True
  71.   end
  72.   object LabelInformation: TLabel
  73.     Left = 17
  74.     Top = 89
  75.     Width = 264
  76.     Height = 38
  77.     AutoSize = False
  78.     Color = clWhite
  79.     Font.Charset = ANSI_CHARSET
  80.     Font.Color = clBlack
  81.     Font.Height = -12
  82.     Font.Name = 'Tahoma'
  83.     Font.Style = []
  84.     ParentColor = False
  85.     ParentFont = False
  86.     WordWrap = True
  87.   end
  88.   object ApplicationIcon: TImage
  89.     Left = 249
  90.     Top = 152
  91.     Width = 32
  92.     Height = 32
  93.     Anchors = [akRight, akBottom]
  94.     Transparent = True
  95.   end
  96.   object LabelURL: TUrlLabel
  97.     Left = 17
  98.     Top = 171
  99.     Width = 147
  100.     Height = 13
  101.     Cursor = 5
  102.     Anchors = [akLeft, akBottom]
  103.     Caption = 'http://www.jam-software.de'
  104.     Color = clWhite
  105.     Font.Charset = DEFAULT_CHARSET
  106.     Font.Color = clBlue
  107.     Font.Height = -11
  108.     Font.Name = 'Tahoma'
  109.     Font.Style = [fsUnderline]
  110.     ParentColor = False
  111.     ParentFont = False
  112.   end
  113.   object LabelVersion: TLabel
  114.     Left = 17
  115.     Top = 148
  116.     Width = 208
  117.     Height = 18
  118.     Anchors = []
  119.     AutoSize = False
  120.     Color = clWhite
  121.     Font.Charset = ANSI_CHARSET
  122.     Font.Color = clBlack
  123.     Font.Height = -11
  124.     Font.Name = 'Tahoma'
  125.     Font.Style = []
  126.     ParentColor = False
  127.     ParentFont = False
  128.     WordWrap = True
  129.   end
  130.   object ProgressBarState: TProgressBar
  131.     Left = 15
  132.     Top = 130
  133.     Width = 266
  134.     Height = 18
  135.     TabOrder = 0
  136.     Visible = False
  137.   end
  138.   object DestructionTimer: TTimer
  139.     Enabled = False
  140.     OnTimer = DestructionTimerTimer
  141.     Left = 184
  142.     Top = 152
  143.   end
  144. end
  145.